Computational Tree Logic - definitie. Wat is Computational Tree Logic
Diclib.com
Online Woordenboek

Wat (wie) is Computational Tree Logic - definitie

Computational tree logic; CTL (logic)

Computation tree logic         
Computation tree logic (CTL) is a branching-time logic, meaning that its model of time is a tree-like structure in which the future is not determined; there are different paths in the future, any one of which might be an actual path that is realized. It is used in formal verification of software or hardware artifacts, typically by software applications known as model checkers, which determine if a given artifact possesses safety or liveness properties.
Fair computational tree logic         
Fair computational tree logic is conventional computational tree logic studied with explicit fairness constraints.
Issue tree         
  • An issue tree showing how a company can increase profitability: A profitability tree is an example of an issue tree. It looks at different ways in which a company can increase its profitability. Starting from the key question on the left, it breaks it down between revenues and costs, and break these down into further details.
A GRAPHICAL BREAKDOWN USED IN PROBLEM SOLVING
Logic tree; Issue trees
An issue tree, also called logic tree, is a graphical breakdown of a question that dissects it into its different components vertically and that progresses into details as it reads to the right.

Wikipedia

Computation tree logic

Computation tree logic (CTL) is a branching-time logic, meaning that its model of time is a tree-like structure in which the future is not determined; there are different paths in the future, any one of which might be an actual path that is realized. It is used in formal verification of software or hardware artifacts, typically by software applications known as model checkers, which determine if a given artifact possesses safety or liveness properties. For example, CTL can specify that when some initial condition is satisfied (e.g., all program variables are positive or no cars on a highway straddle two lanes), then all possible executions of a program avoid some undesirable condition (e.g., dividing a number by zero or two cars colliding on a highway). In this example, the safety property could be verified by a model checker that explores all possible transitions out of program states satisfying the initial condition and ensures that all such executions satisfy the property. Computation tree logic belongs to a class of temporal logics that includes linear temporal logic (LTL). Although there are properties expressible only in CTL and properties expressible only in LTL, all properties expressible in either logic can also be expressed in CTL*.

CTL was first proposed by Edmund M. Clarke and E. Allen Emerson in 1981, who used it to synthesize so-called synchronisation skeletons, i.e abstractions of concurrent programs.